google.golang.org/grpc.clientStream.committed (field)
6 uses
google.golang.org/grpc (current package)
stream.go#L620: committed bool // active attempt committed for retry?
stream.go#L665: if !cs.committed && cs.onCommit != nil {
stream.go#L668: cs.committed = true
stream.go#L689: if cs.finished || cs.committed || a.drop {
stream.go#L819: if cs.committed {
stream.go#L927: if cs.committed {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)